Html Css Color HEX #71980A Christi

📋 copy color: '#71980A'

red 113 ◦ green 152 ◦ blue 10

#71980A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #71980A

Tints of Christi #71980A

RGB

 RED value IS 113 (44.53% from 255) = 41.09%

 GREEN value IS 152 (59.77% from 255) = 55.27%

 BLUE value IS 10 (4.3% from 255) = 3.64%

R = 41.09%
G = 55.27%
B = 3.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#71980A (or 0x71980A) is known color: Christi. HEX triplet: 71, 98 and 0A. RGB value is (113,152,10). Sum of RGB (Red+Green+Blue) = 113+152+10=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #71980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71980A is #8E67F5. Grayscale: #7C7C7C. Windows color (decimal): -9332726 or 694385. OLE color: 694385.

HSL color Cylindrical-coordinate representation of color #71980A: hue angle of 76.48º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71980A is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 152 10 -
CMYK 0.26 0 0.93 0.40
HSL 76.48º 0.88% 0.32% -
HSV(B) 76.48º 0.93% 0.6% -
XYZ 18.09 25.99 4.35 -
YUV 124.15 63.58 120.05 -
System Red Green Blue C M Y K H S L
Decimal 113 152 10 0.26 0 0.93 0.40 76.48 0.88 0.32
Hex 71 98 A 1A 0 5D 28 4C 58 20
Octal 161 230 12 32 0 135 50 114 130 40
Binary 1110001 10011000 1010 11010 0 1011101 101000 1001100 1011000 100000

Color Harmonies of #71980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71980A

Black with #71980A

Text Example


Text Example

White with #71980A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71980A; }

 p { color: rgb(113,152,10); }

 H1.HeaderClassName
 {
   color: #71980A;
 }
 .AnyTagClassName
 {
   color: #71980A;
 }
</style>

background-color css

<style>
 a { background-color: #71980A; }

 a { background-color: rgb(113,152,10); }

 div.DivClassName
 {
   background-color: #71980A;
 }
 .BgClassName
 {
   background-color: #71980A;
 }
</style>

border-color css

<style>
 span { border-color: #71980A; }

 span { border-color: rgb(113,152,10); }

 td.TdClassName
 {
   border-color: #71980A;
 }
 .TagClassName
 {
   border-color: #71980A;
 }
</style>