Html Css Color HEX #74A20F Christi

📋 copy color: '#74A20F'

red 116 ◦ green 162 ◦ blue 15

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

Shades of Christi #74A20F

Tints of Christi #74A20F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 55.29%

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

R = 39.59%
G = 55.29%
B = 5.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#74A20F (or 0x74A20F) is known color: Christi. HEX triplet: 74, A2 and 0F. RGB value is (116,162,15). Sum of RGB (Red+Green+Blue) = 116+162+15=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 162 (63.67% from 255 or 55.29% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 162 - color contains mainly: green. Hex color #74A20F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A20F is #8B5DF0. Grayscale: #848484. Windows color (decimal): -9133553 or 1024628. OLE color: 1024628.

HSL color Cylindrical-coordinate representation of color #74A20F: hue angle of 78.78º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74A20F is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 162 15 -
CMYK 0.28 0 0.91 0.36
HSL 78.78º 0.83% 0.35% -
HSV(B) 78.78º 0.91% 0.64% -
XYZ 20.21 29.59 5.1 -
YUV 131.49 62.26 116.95 -
System Red Green Blue C M Y K H S L
Decimal 116 162 15 0.28 0 0.91 0.36 78.78 0.83 0.35
Hex 74 A2 F 1C 0 5B 24 4F 53 23
Octal 164 242 17 34 0 133 44 117 123 43
Binary 1110100 10100010 1111 11100 0 1011011 100100 1001111 1010011 100011

Color Harmonies of #74A20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A20F

Black with #74A20F

Text Example


Text Example

White with #74A20F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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