Html Css Color HEX #696B06 Fiji Green

📋 copy color: '#696B06'

red 105 ◦ green 107 ◦ blue 6

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

Shades of Fiji Green #696B06

Tints of Fiji Green #696B06

RGB

 RED value IS 105 (41.41% from 255) = 48.17%

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

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

R = 48.17%
G = 49.08%
B = 2.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#696B06 (or 0x696B06) is known color: Fiji Green. HEX triplet: 69, 6B and 06. RGB value is (105,107,6). Sum of RGB (Red+Green+Blue) = 105+107+6=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 107 (42.19% from 255 or 49.08% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 107 - color contains mainly: green. Hex color #696B06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696B06 is #9694F9. Grayscale: #5F5F5F. Windows color (decimal): -9868538 or 420713. OLE color: 420713.

HSL color Cylindrical-coordinate representation of color #696B06: hue angle of 61.19º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #696B06 is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB 105 107 6 -
CMYK 0.02 0 0.94 0.58
HSL 61.19º 0.89% 0.22% -
HSV(B) 61.19º 0.94% 0.42% -
XYZ 11.12 13.53 2.2 -
YUV 94.89 77.84 135.21 -
System Red Green Blue C M Y K H S L
Decimal 105 107 6 0.02 0 0.94 0.58 61.19 0.89 0.22
Hex 69 6B 6 2 0 5E 3A 3D 59 16
Octal 151 153 6 2 0 136 72 75 131 26
Binary 1101001 1101011 110 10 0 1011110 111010 111101 1011001 10110

Color Harmonies of #696B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B06

Black with #696B06

Text Example


Text Example

White with #696B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,107,6); }

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

background-color css

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

 a { background-color: rgb(105,107,6); }

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

border-color css

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

 span { border-color: rgb(105,107,6); }

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