Html Css Color HEX #696B07 Fiji Green

📋 copy color: '#696B07'

red 105 ◦ green 107 ◦ blue 7

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

Shades of Fiji Green #696B07

Tints of Fiji Green #696B07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.2%

R = 47.95%
G = 48.86%
B = 3.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#696B07 (or 0x696B07) is known color: Fiji Green. HEX triplet: 69, 6B and 07. RGB value is (105,107,7). Sum of RGB (Red+Green+Blue) = 105+107+7=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 107 (42.19% from 255 or 48.86% from 219); Blue value is 7 (3.12% from 255 or 3.20% from 219); Max value from RGB is 107 - color contains mainly: green. Hex color #696B07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696B07 is #9694F8. Grayscale: #5F5F5F. Windows color (decimal): -9868537 or 486249. OLE color: 486249.

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

Color convert

RGB 105 107 7 -
CMYK 0.02 0 0.93 0.58
HSL 61.2º 0.88% 0.22% -
HSV(B) 61.2º 0.93% 0.42% -
XYZ 11.12 13.53 2.23 -
YUV 95 78.34 135.13 -
System Red Green Blue C M Y K H S L
Decimal 105 107 7 0.02 0 0.93 0.58 61.2 0.88 0.22
Hex 69 6B 7 2 0 5D 3A 3D 58 16
Octal 151 153 7 2 0 135 72 75 130 26
Binary 1101001 1101011 111 10 0 1011101 111010 111101 1011000 10110

Color Harmonies of #696B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B07

Black with #696B07

Text Example


Text Example

White with #696B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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