Html Css Color HEX #6A7F09 Olive

📋 copy color: '#6A7F09'

red 106 ◦ green 127 ◦ blue 9

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

Shades of Olive #6A7F09

Tints of Olive #6A7F09

RGB

 RED value IS 106 (41.8% from 255) = 43.8%

 GREEN value IS 127 (50% from 255) = 52.48%

 BLUE value IS 9 (3.91% from 255) = 3.72%

R = 43.8%
G = 52.48%
B = 3.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.50

RGB Variations

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

Color information

#6A7F09 (or 0x6A7F09) is known color: Olive. HEX triplet: 6A, 7F and 09. RGB value is (106,127,9). Sum of RGB (Red+Green+Blue) = 106+127+9=242 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.80% from 242); Green value is 127 (50% from 255 or 52.48% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 127 - color contains mainly: green. Hex color #6A7F09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7F09 is #9580F6. Grayscale: #6B6B6B. Windows color (decimal): -9797879 or 622442. OLE color: 622442.

HSL color Cylindrical-coordinate representation of color #6A7F09: hue angle of 70.68º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A7F09 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB 106 127 9 -
CMYK 0.17 0 0.93 0.50
HSL 70.68º 0.87% 0.27% -
HSV(B) 70.68º 0.93% 0.5% -
XYZ 13.58 18.26 3.07 -
YUV 107.27 72.54 127.09 -
System Red Green Blue C M Y K H S L
Decimal 106 127 9 0.17 0 0.93 0.50 70.68 0.87 0.27
Hex 6A 7F 9 11 0 5D 32 47 57 1B
Octal 152 177 11 21 0 135 62 107 127 33
Binary 1101010 1111111 1001 10001 0 1011101 110010 1000111 1010111 11011

Color Harmonies of #6A7F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7F09

Black with #6A7F09

Text Example


Text Example

White with #6A7F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A7F09; }

 p { color: rgb(106,127,9); }

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

background-color css

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

 a { background-color: rgb(106,127,9); }

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

border-color css

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

 span { border-color: rgb(106,127,9); }

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