Html Css Color HEX #6B6D02 Olive

📋 copy color: '#6B6D02'

red 107 ◦ green 109 ◦ blue 2

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

Shades of Olive #6B6D02

Tints of Olive #6B6D02

RGB

 RED value IS 107 (42.19% from 255) = 49.08%

 GREEN value IS 109 (42.97% from 255) = 50%

 BLUE value IS 2 (1.17% from 255) = 0.92%

R = 49.08%
G = 50%
B = 0.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.57

RGB Variations

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

Color information

#6B6D02 (or 0x6B6D02) is known color: Olive. HEX triplet: 6B, 6D and 02. RGB value is (107,109,2). Sum of RGB (Red+Green+Blue) = 107+109+2=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 109 (42.97% from 255 or 50% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 109 - color contains mainly: green. Hex color #6B6D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6D02 is #9492FD. Grayscale: #606060. Windows color (decimal): -9736958 or 159083. OLE color: 159083.

HSL color Cylindrical-coordinate representation of color #6B6D02: hue angle of 61.12º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B6D02 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.57.

Color convert

RGB 107 109 2 -
CMYK 0.02 0 0.98 0.57
HSL 61.12º 0.96% 0.22% -
HSV(B) 61.12º 0.98% 0.43% -
XYZ 11.54 14.07 2.16 -
YUV 96.2 74.84 135.7 -
System Red Green Blue C M Y K H S L
Decimal 107 109 2 0.02 0 0.98 0.57 61.12 0.96 0.22
Hex 6B 6D 2 2 0 62 39 3D 60 16
Octal 153 155 2 2 0 142 71 75 140 26
Binary 1101011 1101101 10 10 0 1100010 111001 111101 1100000 10110

Color Harmonies of #6B6D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6D02

Black with #6B6D02

Text Example


Text Example

White with #6B6D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,109,2); }

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

background-color css

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

 a { background-color: rgb(107,109,2); }

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

border-color css

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

 span { border-color: rgb(107,109,2); }

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