Html Css Color HEX #71AE0F Christi

📋 copy color: '#71AE0F'

red 113 ◦ green 174 ◦ blue 15

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

Shades of Christi #71AE0F

Tints of Christi #71AE0F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 57.62%

 BLUE value IS 15 (6.25% from 255) = 4.97%

R = 37.42%
G = 57.62%
B = 4.97%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#71AE0F (or 0x71AE0F) is known color: Christi. HEX triplet: 71, AE and 0F. RGB value is (113,174,15). Sum of RGB (Red+Green+Blue) = 113+174+15=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 174 (68.36% from 255 or 57.62% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 174 - color contains mainly: green. Hex color #71AE0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71AE0F is #8E51F0. Grayscale: #8A8A8A. Windows color (decimal): -9327089 or 1027697. OLE color: 1027697.

HSL color Cylindrical-coordinate representation of color #71AE0F: hue angle of 83.02º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71AE0F is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 174 15 -
CMYK 0.35 0 0.91 0.32
HSL 83.02º 0.84% 0.37% -
HSV(B) 83.02º 0.91% 0.68% -
XYZ 22.03 33.82 5.82 -
YUV 137.64 58.79 110.43 -
System Red Green Blue C M Y K H S L
Decimal 113 174 15 0.35 0 0.91 0.32 83.02 0.84 0.37
Hex 71 AE F 23 0 5B 20 53 54 25
Octal 161 256 17 43 0 133 40 123 124 45
Binary 1110001 10101110 1111 100011 0 1011011 100000 1010011 1010100 100101

Color Harmonies of #71AE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AE0F

Black with #71AE0F

Text Example


Text Example

White with #71AE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71AE0F; }

 p { color: rgb(113,174,15); }

 H1.HeaderClassName
 {
   color: #71AE0F;
 }
 .AnyTagClassName
 {
   color: #71AE0F;
 }
</style>

background-color css

<style>
 a { background-color: #71AE0F; }

 a { background-color: rgb(113,174,15); }

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

border-color css

<style>
 span { border-color: #71AE0F; }

 span { border-color: rgb(113,174,15); }

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