Html Css Color HEX #77830F Olive

📋 copy color: '#77830F'

red 119 ◦ green 131 ◦ blue 15

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

Shades of Olive #77830F

Tints of Olive #77830F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.43%

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

R = 44.91%
G = 49.43%
B = 5.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#77830F (or 0x77830F) is known color: Olive. HEX triplet: 77, 83 and 0F. RGB value is (119,131,15). Sum of RGB (Red+Green+Blue) = 119+131+15=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #77830F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77830F is #887CF0. Grayscale: #727272. Windows color (decimal): -8944881 or 1016695. OLE color: 1016695.

HSL color Cylindrical-coordinate representation of color #77830F: hue angle of 66.21º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77830F is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 131 15 -
CMYK 0.09 0 0.89 0.49
HSL 66.21º 0.79% 0.29% -
HSV(B) 66.21º 0.89% 0.51% -
XYZ 15.81 20.19 3.52 -
YUV 114.19 72.02 131.43 -
System Red Green Blue C M Y K H S L
Decimal 119 131 15 0.09 0 0.89 0.49 66.21 0.79 0.29
Hex 77 83 F 9 0 59 31 42 4F 1D
Octal 167 203 17 11 0 131 61 102 117 35
Binary 1110111 10000011 1111 1001 0 1011001 110001 1000010 1001111 11101

Color Harmonies of #77830F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77830F

Black with #77830F

Text Example


Text Example

White with #77830F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77830F; }

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

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

background-color css

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

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

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

border-color css

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

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

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