Html Css Color HEX #74B309 Christi

📋 copy color: '#74B309'

red 116 ◦ green 179 ◦ blue 9

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

Shades of Christi #74B309

Tints of Christi #74B309

RGB

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

 GREEN value IS 179 (70.31% from 255) = 58.88%

 BLUE value IS 9 (3.91% from 255) = 2.96%

R = 38.16%
G = 58.88%
B = 2.96%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#74B309 (or 0x74B309) is known color: Christi. HEX triplet: 74, B3 and 09. RGB value is (116,179,9). Sum of RGB (Red+Green+Blue) = 116+179+9=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 179 (70.31% from 255 or 58.88% from 304); Blue value is 9 (3.91% from 255 or 2.96% from 304); Max value from RGB is 179 - color contains mainly: green. Hex color #74B309 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B309 is #8B4CF6. Grayscale: #8D8D8D. Windows color (decimal): -9129207 or 635764. OLE color: 635764.

HSL color Cylindrical-coordinate representation of color #74B309: hue angle of 82.24º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #74B309 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.30.

Color convert

RGB 116 179 9 -
CMYK 0.35 0 0.95 0.30
HSL 82.24º 0.9% 0.37% -
HSV(B) 82.24º 0.95% 0.7% -
XYZ 23.37 35.97 5.97 -
YUV 140.78 53.63 110.32 -
System Red Green Blue C M Y K H S L
Decimal 116 179 9 0.35 0 0.95 0.30 82.24 0.9 0.37
Hex 74 B3 9 23 0 5F 1E 52 5A 25
Octal 164 263 11 43 0 137 36 122 132 45
Binary 1110100 10110011 1001 100011 0 1011111 11110 1010010 1011010 100101

Color Harmonies of #74B309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B309

Black with #74B309

Text Example


Text Example

White with #74B309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,179,9); }

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

background-color css

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

 a { background-color: rgb(116,179,9); }

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

border-color css

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

 span { border-color: rgb(116,179,9); }

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