Html Css Color HEX #676F1C Fiji Green

📋 copy color: '#676F1C'

red 103 ◦ green 111 ◦ blue 28

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

Shades of Fiji Green #676F1C

Tints of Fiji Green #676F1C

RGB

 RED value IS 103 (40.63% from 255) = 42.56%

 GREEN value IS 111 (43.75% from 255) = 45.87%

 BLUE value IS 28 (11.33% from 255) = 11.57%

R = 42.56%
G = 45.87%
B = 11.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#676F1C (or 0x676F1C) is known color: Fiji Green. HEX triplet: 67, 6F and 1C. RGB value is (103,111,28). Sum of RGB (Red+Green+Blue) = 103+111+28=242 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.56% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 111 - color contains mainly: green. Hex color #676F1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676F1C is #9890E3. Grayscale: #636363. Windows color (decimal): -9998564 or 1863527. OLE color: 1863527.

HSL color Cylindrical-coordinate representation of color #676F1C: hue angle of 65.78º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #676F1C is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 111 28 -
CMYK 0.07 0 0.75 0.56
HSL 65.78º 0.6% 0.27% -
HSV(B) 65.78º 0.75% 0.44% -
XYZ 11.49 14.34 3.26 -
YUV 99.15 87.85 130.75 -
System Red Green Blue C M Y K H S L
Decimal 103 111 28 0.07 0 0.75 0.56 65.78 0.6 0.27
Hex 67 6F 1C 7 0 4B 38 42 3C 1B
Octal 147 157 34 7 0 113 70 102 74 33
Binary 1100111 1101111 11100 111 0 1001011 111000 1000010 111100 11011

Color Harmonies of #676F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676F1C

Black with #676F1C

Text Example


Text Example

White with #676F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676F1C; }

 p { color: rgb(103,111,28); }

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

background-color css

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

 a { background-color: rgb(103,111,28); }

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

border-color css

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

 span { border-color: rgb(103,111,28); }

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