Html Css Color HEX #74AE0F Christi

📋 copy color: '#74AE0F'

red 116 ◦ green 174 ◦ blue 15

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

Shades of Christi #74AE0F

Tints of Christi #74AE0F

RGB

 RED value IS 116 (45.7% from 255) = 38.03%

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

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

R = 38.03%
G = 57.05%
B = 4.92%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#74AE0F (or 0x74AE0F) is known color: Christi. HEX triplet: 74, AE and 0F. RGB value is (116,174,15). Sum of RGB (Red+Green+Blue) = 116+174+15=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 174 (68.36% from 255 or 57.05% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 174 - color contains mainly: green. Hex color #74AE0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AE0F is #8B51F0. Grayscale: #8B8B8B. Windows color (decimal): -9130481 or 1027700. OLE color: 1027700.

HSL color Cylindrical-coordinate representation of color #74AE0F: hue angle of 81.89º 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 #74AE0F is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 174 15 -
CMYK 0.33 0 0.91 0.32
HSL 81.89º 0.84% 0.37% -
HSV(B) 81.89º 0.91% 0.68% -
XYZ 22.42 34.02 5.84 -
YUV 138.53 58.28 111.93 -
System Red Green Blue C M Y K H S L
Decimal 116 174 15 0.33 0 0.91 0.32 81.89 0.84 0.37
Hex 74 AE F 21 0 5B 20 52 54 25
Octal 164 256 17 41 0 133 40 122 124 45
Binary 1110100 10101110 1111 100001 0 1011011 100000 1010010 1010100 100101

Color Harmonies of #74AE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AE0F

Black with #74AE0F

Text Example


Text Example

White with #74AE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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