Html Css Color HEX #697308 Fiji Green

📋 copy color: '#697308'

red 105 ◦ green 115 ◦ blue 8

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

Shades of Fiji Green #697308

Tints of Fiji Green #697308

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.44%

 BLUE value IS 8 (3.52% from 255) = 3.51%

R = 46.05%
G = 50.44%
B = 3.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#697308 (or 0x697308) is known color: Fiji Green. HEX triplet: 69, 73 and 08. RGB value is (105,115,8). Sum of RGB (Red+Green+Blue) = 105+115+8=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #697308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697308 is #968CF7. Grayscale: #646464. Windows color (decimal): -9866488 or 553833. OLE color: 553833.

HSL color Cylindrical-coordinate representation of color #697308: hue angle of 65.61º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #697308 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 115 8 -
CMYK 0.09 0 0.93 0.55
HSL 65.61º 0.87% 0.24% -
HSV(B) 65.61º 0.93% 0.45% -
XYZ 12 15.28 2.55 -
YUV 99.81 76.19 131.7 -
System Red Green Blue C M Y K H S L
Decimal 105 115 8 0.09 0 0.93 0.55 65.61 0.87 0.24
Hex 69 73 8 9 0 5D 37 42 57 18
Octal 151 163 10 11 0 135 67 102 127 30
Binary 1101001 1110011 1000 1001 0 1011101 110111 1000010 1010111 11000

Color Harmonies of #697308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697308

Black with #697308

Text Example


Text Example

White with #697308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697308; }

 p { color: rgb(105,115,8); }

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

background-color css

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

 a { background-color: rgb(105,115,8); }

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

border-color css

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

 span { border-color: rgb(105,115,8); }

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