Html Css Color HEX #74A61E Christi

📋 copy color: '#74A61E'

red 116 ◦ green 166 ◦ blue 30

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

Shades of Christi #74A61E

Tints of Christi #74A61E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 53.21%

 BLUE value IS 30 (12.11% from 255) = 9.62%

R = 37.18%
G = 53.21%
B = 9.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#74A61E (or 0x74A61E) is known color: Christi. HEX triplet: 74, A6 and 1E. RGB value is (116,166,30). Sum of RGB (Red+Green+Blue) = 116+166+30=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 166 (65.23% from 255 or 53.21% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 166 - color contains mainly: green. Hex color #74A61E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A61E is #8B59E1. Grayscale: #888888. Windows color (decimal): -9132514 or 2008692. OLE color: 2008692.

HSL color Cylindrical-coordinate representation of color #74A61E: hue angle of 82.06º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74A61E is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 166 30 -
CMYK 0.30 0 0.82 0.35
HSL 82.06º 0.69% 0.38% -
HSV(B) 82.06º 0.82% 0.65% -
XYZ 21.07 31.08 6.12 -
YUV 135.55 68.44 114.06 -
System Red Green Blue C M Y K H S L
Decimal 116 166 30 0.30 0 0.82 0.35 82.06 0.69 0.38
Hex 74 A6 1E 1E 0 52 23 52 45 26
Octal 164 246 36 36 0 122 43 122 105 46
Binary 1110100 10100110 11110 11110 0 1010010 100011 1010010 1000101 100110

Color Harmonies of #74A61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A61E

Black with #74A61E

Text Example


Text Example

White with #74A61E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,166,30); }

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

background-color css

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

 a { background-color: rgb(116,166,30); }

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

border-color css

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

 span { border-color: rgb(116,166,30); }

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