Html Css Color HEX #76B309 Christi

📋 copy color: '#76B309'

red 118 ◦ green 179 ◦ blue 9

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

Shades of Christi #76B309

Tints of Christi #76B309

RGB

 RED value IS 118 (46.48% from 255) = 38.56%

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

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

R = 38.56%
G = 58.5%
B = 2.94%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#76B309 (or 0x76B309) is known color: Christi. HEX triplet: 76, B3 and 09. RGB value is (118,179,9). Sum of RGB (Red+Green+Blue) = 118+179+9=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 179 (70.31% from 255 or 58.50% from 306); Blue value is 9 (3.91% from 255 or 2.94% from 306); Max value from RGB is 179 - color contains mainly: green. Hex color #76B309 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B309 is #894CF6. Grayscale: #8E8E8E. Windows color (decimal): -8998135 or 635766. OLE color: 635766.

HSL color Cylindrical-coordinate representation of color #76B309: hue angle of 81.53º 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 #76B309 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 179 9 -
CMYK 0.34 0 0.95 0.30
HSL 81.53º 0.9% 0.37% -
HSV(B) 81.53º 0.95% 0.7% -
XYZ 23.64 36.11 5.98 -
YUV 141.38 53.29 111.32 -
System Red Green Blue C M Y K H S L
Decimal 118 179 9 0.34 0 0.95 0.30 81.53 0.9 0.37
Hex 76 B3 9 22 0 5F 1E 52 5A 25
Octal 166 263 11 42 0 137 36 122 132 45
Binary 1110110 10110011 1001 100010 0 1011111 11110 1010010 1011010 100101

Color Harmonies of #76B309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B309

Black with #76B309

Text Example


Text Example

White with #76B309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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