Html Css Color HEX #757B06 Olive

📋 copy color: '#757B06'

red 117 ◦ green 123 ◦ blue 6

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

Shades of Olive #757B06

Tints of Olive #757B06

RGB

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

 GREEN value IS 123 (48.44% from 255) = 50%

 BLUE value IS 6 (2.73% from 255) = 2.44%

R = 47.56%
G = 50%
B = 2.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.52

RGB Variations

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

Color information

#757B06 (or 0x757B06) is known color: Olive. HEX triplet: 75, 7B and 06. RGB value is (117,123,6). Sum of RGB (Red+Green+Blue) = 117+123+6=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 123 (48.44% from 255 or 50% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 123 - color contains mainly: green. Hex color #757B06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757B06 is #8A84F9. Grayscale: #6C6C6C. Windows color (decimal): -9078010 or 424821. OLE color: 424821.

HSL color Cylindrical-coordinate representation of color #757B06: hue angle of 63.08º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #757B06 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 123 6 -
CMYK 0.05 0 0.95 0.52
HSL 63.08º 0.91% 0.25% -
HSV(B) 63.08º 0.95% 0.48% -
XYZ 14.45 17.96 2.88 -
YUV 107.87 70.51 134.51 -
System Red Green Blue C M Y K H S L
Decimal 117 123 6 0.05 0 0.95 0.52 63.08 0.91 0.25
Hex 75 7B 6 5 0 5F 34 3F 5B 19
Octal 165 173 6 5 0 137 64 77 133 31
Binary 1110101 1111011 110 101 0 1011111 110100 111111 1011011 11001

Color Harmonies of #757B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757B06

Black with #757B06

Text Example


Text Example

White with #757B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757B06; }

 p { color: rgb(117,123,6); }

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

background-color css

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

 a { background-color: rgb(117,123,6); }

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

border-color css

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

 span { border-color: rgb(117,123,6); }

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