Html Css Color HEX #75780A Olive

📋 copy color: '#75780A'

red 117 ◦ green 120 ◦ blue 10

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

Shades of Olive #75780A

Tints of Olive #75780A

RGB

 RED value IS 117 (46.09% from 255) = 47.37%

 GREEN value IS 120 (47.27% from 255) = 48.58%

 BLUE value IS 10 (4.3% from 255) = 4.05%

R = 47.37%
G = 48.58%
B = 4.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#75780A (or 0x75780A) is known color: Olive. HEX triplet: 75, 78 and 0A. RGB value is (117,120,10). Sum of RGB (Red+Green+Blue) = 117+120+10=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 120 (47.27% from 255 or 48.58% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 120 - color contains mainly: green. Hex color #75780A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75780A is #8A87F5. Grayscale: #6B6B6B. Windows color (decimal): -9078774 or 686197. OLE color: 686197.

HSL color Cylindrical-coordinate representation of color #75780A: hue angle of 61.64º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75780A is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 120 10 -
CMYK 0.02 0 0.92 0.53
HSL 61.64º 0.85% 0.25% -
HSV(B) 61.64º 0.92% 0.47% -
XYZ 14.11 17.24 2.87 -
YUV 106.56 73.51 135.44 -
System Red Green Blue C M Y K H S L
Decimal 117 120 10 0.02 0 0.92 0.53 61.64 0.85 0.25
Hex 75 78 A 2 0 5C 35 3E 55 19
Octal 165 170 12 2 0 134 65 76 125 31
Binary 1110101 1111000 1010 10 0 1011100 110101 111110 1010101 11001

Color Harmonies of #75780A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75780A

Black with #75780A

Text Example


Text Example

White with #75780A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75780A; }

 p { color: rgb(117,120,10); }

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

background-color css

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

 a { background-color: rgb(117,120,10); }

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

border-color css

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

 span { border-color: rgb(117,120,10); }

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