Html Css Color HEX #77AB0F Christi

📋 copy color: '#77AB0F'

red 119 ◦ green 171 ◦ blue 15

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

Shades of Christi #77AB0F

Tints of Christi #77AB0F

RGB

 RED value IS 119 (46.88% from 255) = 39.02%

 GREEN value IS 171 (67.19% from 255) = 56.07%

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

R = 39.02%
G = 56.07%
B = 4.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#77AB0F (or 0x77AB0F) is known color: Christi. HEX triplet: 77, AB and 0F. RGB value is (119,171,15). Sum of RGB (Red+Green+Blue) = 119+171+15=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 171 (67.19% from 255 or 56.07% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 171 - color contains mainly: green. Hex color #77AB0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77AB0F is #8854F0. Grayscale: #8A8A8A. Windows color (decimal): -8934641 or 1026935. OLE color: 1026935.

HSL color Cylindrical-coordinate representation of color #77AB0F: hue angle of 80º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77AB0F is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 171 15 -
CMYK 0.30 0 0.91 0.33
HSL 80º 0.84% 0.36% -
HSV(B) 80º 0.91% 0.67% -
XYZ 22.26 33.08 5.66 -
YUV 137.67 58.77 114.68 -
System Red Green Blue C M Y K H S L
Decimal 119 171 15 0.30 0 0.91 0.33 80 0.84 0.36
Hex 77 AB F 1E 0 5B 21 50 54 24
Octal 167 253 17 36 0 133 41 120 124 44
Binary 1110111 10101011 1111 11110 0 1011011 100001 1010000 1010100 100100

Color Harmonies of #77AB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AB0F

Black with #77AB0F

Text Example


Text Example

White with #77AB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77AB0F; }

 p { color: rgb(119,171,15); }

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

background-color css

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

 a { background-color: rgb(119,171,15); }

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

border-color css

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

 span { border-color: rgb(119,171,15); }

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