Html Css Color HEX #696B0A Fiji Green

📋 copy color: '#696B0A'

red 105 ◦ green 107 ◦ blue 10

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

Shades of Fiji Green #696B0A

Tints of Fiji Green #696B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.5%

R = 47.3%
G = 48.2%
B = 4.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.58

RGB Variations

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

Color information

#696B0A (or 0x696B0A) is known color: Fiji Green. HEX triplet: 69, 6B and 0A. RGB value is (105,107,10). Sum of RGB (Red+Green+Blue) = 105+107+10=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 107 - color contains mainly: green. Hex color #696B0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696B0A is #9694F5. Grayscale: #5F5F5F. Windows color (decimal): -9868534 or 682857. OLE color: 682857.

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

Color convert

RGB 105 107 10 -
CMYK 0.02 0 0.91 0.58
HSL 61.24º 0.83% 0.23% -
HSV(B) 61.24º 0.91% 0.42% -
XYZ 11.14 13.54 2.31 -
YUV 95.34 79.84 134.89 -
System Red Green Blue C M Y K H S L
Decimal 105 107 10 0.02 0 0.91 0.58 61.24 0.83 0.23
Hex 69 6B A 2 0 5B 3A 3D 53 17
Octal 151 153 12 2 0 133 72 75 123 27
Binary 1101001 1101011 1010 10 0 1011011 111010 111101 1010011 10111

Color Harmonies of #696B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B0A

Black with #696B0A

Text Example


Text Example

White with #696B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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