Html Css Color HEX #769907 Christi

📋 copy color: '#769907'

red 118 ◦ green 153 ◦ blue 7

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

Shades of Christi #769907

Tints of Christi #769907

RGB

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

 GREEN value IS 153 (60.16% from 255) = 55.04%

 BLUE value IS 7 (3.13% from 255) = 2.52%

R = 42.45%
G = 55.04%
B = 2.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#769907 (or 0x769907) is known color: Christi. HEX triplet: 76, 99 and 07. RGB value is (118,153,7). Sum of RGB (Red+Green+Blue) = 118+153+7=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 153 (60.16% from 255 or 55.04% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 153 - color contains mainly: green. Hex color #769907 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769907 is #8966F8. Grayscale: #7E7E7E. Windows color (decimal): -9004793 or 498038. OLE color: 498038.

HSL color Cylindrical-coordinate representation of color #769907: hue angle of 74.38º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #769907 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 7 -
CMYK 0.23 0 0.95 0.4
HSL 74.38º 0.91% 0.31% -
HSV(B) 74.38º 0.95% 0.6% -
XYZ 18.9 26.65 4.35 -
YUV 125.89 60.9 122.37 -
System Red Green Blue C M Y K H S L
Decimal 118 153 7 0.23 0 0.95 0.4 74.38 0.91 0.31
Hex 76 99 7 17 0 5F 28 4A 5B 1F
Octal 166 231 7 27 0 137 50 112 133 37
Binary 1110110 10011001 111 10111 0 1011111 101000 1001010 1011011 11111

Color Harmonies of #769907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769907

Black with #769907

Text Example


Text Example

White with #769907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769907; }

 p { color: rgb(118,153,7); }

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

background-color css

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

 a { background-color: rgb(118,153,7); }

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

border-color css

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

 span { border-color: rgb(118,153,7); }

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